home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 July / EnigmA AMIGA RUN 09 (1996)(G.R. Edizioni)(IT)[!][issue 1996-07 & 08][EARSAN CD VIII].iso / earcd / gui / gucrtr20.rdm < prev    next >
Text File  |  1996-06-17  |  1KB  |  61 lines

  1. Short:  Interface Builder for OS3.0+
  2. Author: Markus.Hillenbrand@t-online.de
  3. Type:   dev/gui
  4.  
  5. GUICreator is program like GadToolsBox. You can create a graphical user
  6. interface for your programs. No additional external library is neccesary!
  7. The created source can be compiled with the following compilers:
  8.  
  9.    o   Maxon C/C++
  10.    o   DICE  C
  11.    o   GNU   C
  12.    o   Storm C
  13.  
  14. These GUI creators are in work:
  15.  
  16.    o   Modula-2
  17.    o   Oberon
  18.    o   E
  19.  
  20. The generated code is fontsensitive, the windows are resizable. It only
  21. relies on the gadgtools.library v39. 
  22.  
  23.  
  24.  
  25. FEATURES:
  26. =========
  27.  
  28. v2.0: 12-Jun-96
  29. ---------------
  30. - completely rewritten in C++
  31. - textfield-gadget
  32. - Storm C support
  33. - small enhancements
  34. - examples added
  35. - more eleborate docs
  36.  
  37. v1.3: 21-Aug-95
  38. ---------------
  39. - menu support
  40. - small enhancements
  41.  
  42. v1.2: 04-Jul-95
  43. ---------------
  44. - gadget layout with mouse
  45. - DICE support
  46. - GNU  support
  47. - cycle and mx gadgets are defined with listviews now
  48. - SAS/C support
  49.  
  50. v1.1: 28-Jun-95
  51. ---------------
  52. - cancel-option at gadget-creation
  53. - smaller code
  54. - window-positions are saved
  55. - fold marks are now possible
  56. - you can specify another path (shell version only)
  57.  
  58. v1.0: 20-Jun-95
  59. ---------------
  60. - initial release
  61.